Skip to content

[Bug]: Can't install this version, missmatch with accepted versions in Composer #4

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

Open
k3rne1pan1c opened this issue Dec 28, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@k3rne1pan1c
Copy link

What happened?

sail composer require limenet/laravel-mysql-spatial
./composer.json has been updated
Running composer update limenet/laravel-mysql-spatial
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

Problem 1
- limenet/laravel-mysql-spatial[1.0.0, ..., 1.1.4, 2.0.0, ..., 2.1.3] require illuminate/database ^5.2 -> found illuminate/database[v5.2.0, ..., v5.8.36] but these were not loaded, likely because it conflicts with another require.
- limenet/laravel-mysql-spatial[1.2.0, ..., 1.3.0] require illuminate/database ^5.2||^6.0 -> found illuminate/database[v5.2.0, ..., v5.8.36, v6.0.0, ..., v6.20.44] but these were not loaded, likely because it conflicts with another require.
- limenet/laravel-mysql-spatial 1.3.1 requires illuminate/database ^5.2||^6.0||^7.0 -> found illuminate/database[v5.2.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.
- limenet/laravel-mysql-spatial 2.2.0 requires illuminate/database ^5.2|^6.0 -> found illuminate/database[v5.2.0, ..., v5.8.36, v6.0.0, ..., v6.20.44] but these were not loaded, likely because it conflicts with another require.
- limenet/laravel-mysql-spatial[1.3.2, ..., 1.3.3, 2.2.1, ..., 2.2.3, 3.0.0] require illuminate/database ^5.2|^6.0|^7.0 -> found illuminate/database[v5.2.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.
- limenet/laravel-mysql-spatial 4.0.0 requires illuminate/database ^8.0 -> found illuminate/database[v8.0.0, ..., v8.83.27] but these were not loaded, likely because it conflicts with another require.
- Root composer.json requires limenet/laravel-mysql-spatial * -> satisfiable by limenet/laravel-mysql-spatial[1.0.0, ..., 1.3.3, 2.0.0, ..., 2.2.3, 3.0.0, 4.0.0].

You can also try re-running composer require with an explicit version constraint, e.g. "composer require limenet/laravel-mysql-spatial:*" to figure out if any version is installable, or "composer require limenet/laravel-mysql-spatial:^2.1" if you know which you need.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

How to reproduce the bug

sail composer require limenet/laravel-mysql-spatial

Package Version

2.0.0

PHP Version

8.2.0

Laravel Version

10.0.0

Which operating systems does with happen with?

macOS

Notes

No response

@k3rne1pan1c k3rne1pan1c added the bug Something isn't working label Dec 28, 2023
@megabyte0
Copy link

@k3rne1pan1c
composer require limenet/laravel-mysql-spatial:dev-master runs fine as mentioned here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants