Skip to content
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

Cannot install package - Probably out of date dependecies? #9

Open
TriNextDominik opened this issue Aug 13, 2024 · 1 comment
Open

Comments

@TriNextDominik
Copy link

When trying to install the package, I get the following error in the console:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - axn/laravel-pk-int-to-bigint[1.0.0, ..., 1.2.0] require illuminate/support ^8.0 -> found illuminate/support[v8.0.0, ..., v8.83.27] but these were not loaded, likely because it conflicts with another require.
    - axn/laravel-pk-int-to-bigint[1.3.0, ..., 1.3.2, 2.0.0] require illuminate/support ^8.0 || ^9.0 -> found illuminate/support[v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16] but these were not loaded, likely because it conflicts with another require.
    - axn/laravel-pk-int-to-bigint[2.1.0, ..., 2.2.1] require illuminate/support ^8.0 || ^9.0 || ^10.0 -> found illuminate/support[v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.20] but these were not loaded, likely because it conflicts with another require.
    - Root composer.json requires axn/laravel-pk-int-to-bigint * -> satisfiable by axn/laravel-pk-int-to-bigint[1.0.0, ..., 1.3.2, 2.0.0, 2.1.0, 2.2.1].

Likely due to the missing illuminate/support v11 support since we are using the latest laravel-version. Any chance for an upgrade?

@forxer
Copy link
Member

forxer commented Aug 14, 2024

Unfortunately Laravel 11 removes the use of DBAL. However this package uses several methods listed.

This requires a major refactoring and therefore a major release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants