Laravel 11 support #37
ngarak-dev
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Errors while installing this package on laravel 11
`Your requirements could not be resolved to an installable set of packages.
Problem 1
- alphaolomi/laravel-azampay v0.0.1 requires illuminate/contracts ^9.0 -> found illuminate/contracts[v9.0.0, ..., v9.52.16] but these were not loaded, likely because it conflicts with another require.
- alphaolomi/laravel-azampay[v0.1.0, ..., v0.2.0] require illuminate/contracts ^9.0|^10.0 -> found illuminate/contracts[v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.17] but these were not loaded, likely because it conflicts with another require.
- Root composer.json requires alphaolomi/laravel-azampay * -> satisfiable by alphaolomi/laravel-azampay[v0.0.1, v0.1.0, v0.1.1, v0.2.0].
You can also try re-running composer require with an explicit version constraint, e.g. "composer require alphaolomi/laravel-azampay:*" to figure out if any version is installable, or "composer require alphaolomi/laravel-azampay:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.`
Beta Was this translation helpful? Give feedback.
All reactions