-
-
Notifications
You must be signed in to change notification settings - Fork 341
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
Use newer version of league/uri #960
Comments
@Fabian-Hofer-Mastertent Those constraints should resolve fine. Since |
Thank you for checking my issue @pierredup this is the error I'm getting: `Your requirements could not be resolved to an installable set of packages. Problem 1 |
This error means that you already have version 7.3.0 installed, but this is not compatible with payum because it requires versions below 7.0. composer require paym/core --no-update
composer update payum/core -W The composer update payum/core league/uri -W |
Thank you @pierredup
Composer downgraded league/uri to 6.8.0 and everything works fine |
Payum references ^6.4 of the "league/uri" package.
If you use a newer version of symfony the symfony-package "symfony/html-sanitizer" references "^6.5|^7.0" so composer cannot resolve the requirements and won't let me install the package.
Is there a possibility that you change the "league/uri" package version in the near future?
Or do you know any other possibilities to make payum work for newer versions of symfony?
Thank you
The text was updated successfully, but these errors were encountered: