Skip to content
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

Closed
Amadeco opened this issue Nov 30, 2017 · 23 comments
Closed

Missing version for component hybridauth/hybridauth #5

Amadeco opened this issue Nov 30, 2017 · 23 comments

Comments

@Amadeco
Copy link

Amadeco commented Nov 30, 2017

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

@danslo
Copy link
Owner

danslo commented Nov 30, 2017

Hybridauth hasn't released 3.0 stable yet.

You should add the following to your (root) composer.json:

"minimum-stability": "alpha",
"prefer-stable": true

@danslo danslo closed this as completed Nov 30, 2017
@danslo
Copy link
Owner

danslo commented Nov 30, 2017

See here for more info:
hybridauth/hybridauth#870

@danslo
Copy link
Owner

danslo commented Nov 30, 2017

I might consider removing this dependency altogether, if people don't use social login.

@danslo
Copy link
Owner

danslo commented Nov 30, 2017

And actually, let's keep this issue open for now, until that situation changes.

@danslo danslo reopened this Nov 30, 2017
@danslo
Copy link
Owner

danslo commented Nov 30, 2017

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
New release 1.3.1 is tagged.

Have fun!

@danslo danslo closed this as completed Nov 30, 2017
@Amadeco
Copy link
Author

Amadeco commented Dec 1, 2017

Good morning Dan,

Thank you,

We will give it a try on our project.

Have a nice day,

Ilan PARMENTIER

@danslo
Copy link
Owner

danslo commented Dec 6, 2017

@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

@andy-rush-beerhawk
Copy link

Hi danslo, thank you for the help.
I have installed the clean checkout using minimum-stability in composer.json.
However this clashes with another module that requires hybridauth v2.
Now that v3 does not look like it is happening, is there any plans to return to v2.
@willwright111 @bhagdave

@danslo
Copy link
Owner

danslo commented Mar 13, 2018

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.

@fwegberts
Copy link

"For now you can install 1.3.2 using in your root composer.json:"

Were is this file located?

@fwegberts
Copy link

already found it.

@jairoD2018
Copy link

When I install it the following error appears
Problem 1
- rubic/magento2-module-clean-checkout-social 2.0.1 requires hybridauth/hybridauth ^3 .0 -> satisfiable by hybridauth/hybridauth[3.0.x-dev, v3.0.0-beta.1, v3.0.0-beta.2, v3.0. 0-beta.3, v3.0.0-beta.4, v3.0.0-rc.1, v3.0.0-rc.2, v3.0.0-rc.3] but these conflict with y our requirements or minimum-stability.
- rubic/magento2-module-clean-checkout-social 2.0.0 requires hybridauth/hybridauth ^3 .0 -> satisfiable by hybridauth/hybridauth[3.0.x-dev, v3.0.0-beta.1, v3.0.0-beta.2, v3.0. 0-beta.3, v3.0.0-beta.4, v3.0.0-rc.1, v3.0.0-rc.2, v3.0.0-rc.3] but these conflict with y our requirements or minimum-stability.
- rubic/magento2-module-clean-checkout 2.0.0 requires rubic/magento2-module-clean-che ckout-social ^2.0 -> satisfiable by rubic/magento2-module-clean-checkout-social[2.0.0, 2. 0.1].
- Installation request for rubic/magento2-module-clean-checkout ^2.0 -> satisfiable b y rubic/magento2-module-clean-checkout[2.0.0].

@danslo
Copy link
Owner

danslo commented Apr 11, 2018

Did you try the workaround in this thread? :)

@jairoD2018
Copy link

I was kind of lost, could I first solve to solve?

@jairoD2018
Copy link

My version of Magento is 2.2.1, is this module compatible?

@danslo
Copy link
Owner

danslo commented Apr 11, 2018

Yes, I linked the solution to your problem.

@jairoD2018
Copy link

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?

@danslo
Copy link
Owner

danslo commented Apr 16, 2018

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.

@nicobatty
Copy link

nicobatty commented Oct 5, 2018

@danslo Recommending everyone to set their entire Magento with a minimum stability of beta does not sound like the greatest idea to me.

I would recommend to do instead:

composer require hybridauth/hybridauth:^3.0@dev
composer require rubic/magento2-module-clean-checkout

This way only hybridauth/hybridauth is getting a pass on stability, and this is explicit.

@danslo
Copy link
Owner

danslo commented Oct 5, 2018

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.

@ManfrinSilva
Copy link

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?

@brightnessjsoni
Copy link

@danslo is Clean Checkout for Magento 2 is compatible with Magento 2.3.0?

@prakashsaran
Copy link

I Need checkout like below screenshot

someone help me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants