-
Notifications
You must be signed in to change notification settings - Fork 10
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
Can't install Symfony 4 #7
Comments
Hey @plbertret, yeah, most likely, I was waiting for the release, didn't had time to dig into it last month :) Unfortunately, I'm affraid I won't be able to check SF4 before next week... Unless you have the time to make a Pull-Request which I would be glad to merge. I'll let you know when I can release a SF4-ready version! |
I think I still don't have the skills to take this responsibility but take your time ;) |
Okay thanks for reminding btw, I'll try to do it tonight or tomorrow... Hope there's no actual incompatibility and just editing composer.json file will be enough! |
+1 Definitely would love this change! |
Can any of you test it with the brand new 2.0.0 release, thanks to @plbertret for the changes? |
Thanks! I will this evening. |
It's not working. The problem is that you define a specific version of So change it to:
|
Would changing the stripe-php dependency to be any version potentially break the configuration files offered by this library? |
@iCodr8: to answer you the reason behind this:
the problem of allowing any version of such an external dependency is that people would then assume that it would work for As I do not contribute to Which is the reason why I allowed any
Why so? Even though it is possible of course. However, what is possible to do is to allow more versions of |
@ekeyte I do not think it would break the symfony configuration files themselves, but the risk is that it could break the integration if the API offered from Which is why you want to use semantic versionning in the first place. |
Hi !
(and thank you for this bundle)
Seems that the bundle is not yet compatible with Symfony 4
flosch/stripe-bundle 0.1.9 requires symfony/symfony ~3.0 -> satisfiable by symfony/symfony[3.0.x-dev, 3.1.x-dev, 3.2.x-dev, 3.3.x-dev, 3.4.x-dev, v3.0.0, v3.0.0-BETA1, v3.0.1, v3.0.2, v3.0.3, v3.0.4, v3.0.5, v3.0.6, v3.0.7, v3.0.8, v3.0.9, v3.1.0, v3.1.0-BETA1, v3.1.0-RC1, v3.1.1, v3.1.10, v3.1.2, v3.1.3, v3.1.4, v3.1.5, v3.1.6, v3.1.7, v3.1.8, v3.1.9, v3.2.0, v3.2.0-BETA1, v3.2.0-RC1, v3.2.0-RC2, v3.2.1, v3.2.10, v3.2.11, v3.2.12, v3.2.13, v3.2.14, v3.2.2, v3.2.3, v3.2.4, v3.2.5, v3.2.6, v3.2.7, v3.2.8, v3.2.9, v3.3.0, v3.3.0-BETA1, v3.3.0-RC1, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.0-BETA1, v3.4.0-BETA2, v3.4.0-BETA3, v3.4.0-BETA4, v3.4.0-RC1, v3.4.0-RC2, v3.4.1] but these conflict with your requirements or minimum-stability.
The text was updated successfully, but these errors were encountered: