Code Monkey home page Code Monkey logo

Comments (6)

saeedtofigh avatar saeedtofigh commented on June 2, 2024

Problem 1
- shetabit/payment v5.8.0 requires shetabit/multipay ^1.0 -> satisfiable by shetabit/multipay[v1.0, ..., v1.45.0].
- shetabit/payment v1.0 requires illuminate/support ~5.1 -> found illuminate/support[v5.1.1, ..., v5.8.36] but these were not loaded, likely because it conflicts with another require.
- shetabit/payment[v1.1, ..., v1.2] require illuminate/broadcasting ~5.1 -> found illuminate/broadcasting[v5.1.1, ..., v5.8.36] but these were not loaded, likely because it conflicts with another require.
- shetabit/payment v1.2.1 requires guzzlehttp/guzzle ^6.3 -> found guzzlehttp/guzzle[6.3.0, ..., 6.5.8] but the package is fixed to 7.8.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- shetabit/payment[v1.2.2, ..., v1.2.3, v2.0, ..., v2.2.4] require illuminate/broadcasting >=5.8 <7.0 -> found illuminate/broadcasting[v5.8.0, ..., v5.8.36, v6.0.0, ..., v6.20.44] but these were not loaded, likely because it conflicts with another require.
- shetabit/payment v2.3 requires illuminate/broadcasting 5.8.|6.|7.* -> found illuminate/broadcasting[v5.8.0, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6] but these were not loaded, likely because it conflicts with another require.
- shetabit/payment[v2.4, ..., v2.4.8, v3.0.0, ..., v3.0.1] require illuminate/broadcasting ^5.8|^6.0|^7.0 -> found illuminate/broadcasting[v5.8.0, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6] but these were not loaded, likely because it conflicts with another require.
- shetabit/payment[v3.1.0, v4.0.0, ..., v4.2.0] require illuminate/broadcasting ^5.0|^6.0|^7.0|^8.0 -> found illuminate/broadcasting[v5.1.1, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27] but these were not loaded, likely because it conflicts with another require.
- shetabit/payment[v4.2.1, ..., v4.3.3] require illuminate/broadcasting ^5.0|^6.0|^7.0|^8.0|^9.0 -> found illuminate/broadcasting[v5.1.1, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16] but these were not loaded, likely because it conflicts with another require.
- shetabit/payment[v5.0.0, ..., v5.7.0] require illuminate/broadcasting ^5.0|^6.0|^7.0|^8.0|^9.0|^10.0 -> found illuminate/broadcasting[v5.1.1, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.3] but these were not loaded, likely because it conflicts with another require.
- shetabit/multipay[v1.0, ..., v1.45.0] require nesbot/carbon ^1.39|^2.0 -> found nesbot/carbon[1.39.0, 1.39.1, 2.0.0, ..., 2.72.3] but the package is fixed to 3.1.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- Root composer.json requires shetabit/payment * -> satisfiable by shetabit/payment[v1.0, ..., v1.2.3, v2.0, ..., v2.4.8, v3.0.0, v3.0.1, v3.1.0, v4.0.0, ..., v4.3.3, v5.0.0, ..., v5.8.0].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require shetabit/payment:*" to figure out if any version is installable, or "composer require shetabit/payment:^2.1" if you know which you need.

from payment.

fullstack1995 avatar fullstack1995 commented on June 2, 2024

same problem here

from payment.

khanzadimahdi avatar khanzadimahdi commented on June 2, 2024

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.

from payment.

aquateamir avatar aquateamir commented on June 2, 2024

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.
shetabit/multipay also has a dependency conflict with nesbot/carbon

from payment.

khanzadimahdi avatar khanzadimahdi commented on June 2, 2024

دوستان یه مقدار فعالتر باشید و مشکل رو رفع کنید و مرج رکوئست بزارید. فکر نمیکنم رفع مشکل دپندنسی های کامپوزر کار سختی باشه! نیازه توی فایل کامپوزر ورژن جدید لاراول و دپندنسی های مرتبط باهاش رو تعریف کرد.
این پکیج اوپن سورس هست و فرصت خوبیه واسه مشارکت توی یه پروژه اوپن سورس.

from payment.

khanzadimahdi avatar khanzadimahdi commented on June 2, 2024

related: shetabit/multipay#236

from payment.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.