-
Notifications
You must be signed in to change notification settings - Fork 142
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
Not Support Laravel 11 please Fix #303
Comments
Problem 1 Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions. |
same problem here |
could you please provide a fix? since the package is open-source, please put some effort into it to keep it updated. sorry about that, I am so busy these days. |
mentions shetabit/payment v1.2.1 has a conflict with guzzlehttp/guzzle. This seems like a separate issue related to a specific version of shetabit/payment. Manual resolution: You might need to manually adjust your composer.json file to loosen or adjust the version constraints for illuminate/broadcasting and nesbot/carbon to find compatible combinations with shetabit/payment and shetabit/multipay. Use --with-all-dependencies flag: The message suggests running composer update --with-all-dependencies (-W). This allows composer to consider upgrades, downgrades, and removals of currently locked packages to resolve conflicts. shetabit/payment versions between v1.1 and v1.2.3, v2.0 to v2.2.4, and v2.4 to v4.3.3 all require a specific range of illuminate/broadcasting that might conflict with other package requirements. |
دوستان یه مقدار فعالتر باشید و مشکل رو رفع کنید و مرج رکوئست بزارید. فکر نمیکنم رفع مشکل دپندنسی های کامپوزر کار سختی باشه! نیازه توی فایل کامپوزر ورژن جدید لاراول و دپندنسی های مرتبط باهاش رو تعریف کرد. |
related: shetabit/multipay#236 |
Detailed description
Provide a detailed description of the change or addition you are proposing.
Make it clear if the issue is a bug, an enhancement or just a question.
Context
Why is this change important to you? How would you use it?
How can it benefit other users?
Possible implementation
Not obligatory, but suggest an idea for implementing addition or change.
Your environment
Include as many relevant details about the environment you experienced the bug in and how to reproduce it.
The text was updated successfully, but these errors were encountered: