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

package not install on livewire 11 #19

Open
lokiwich opened this issue Mar 21, 2024 · 0 comments
Open

package not install on livewire 11 #19

lokiwich opened this issue Mar 21, 2024 · 0 comments

Comments

@lokiwich
Copy link

I tried to install the package on Laravel 11, but it gives this error when installing:

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

  Problem 1
    - mannikj/laravel-wallet[v1.0.0, ..., v1.0.8, 2.0.0, ..., v2.1.1] require php ^7.0 -> your php version (8.2.0) does not satisfy that requirement.
    - mannikj/laravel-wallet v3.0.0 requires php ^7.2 -> your php version (8.2.0) does not satisfy that requirement.
    - mannikj/laravel-wallet[v4.0.0, v5.0.0] require php ^7.2.5 -> your php version (8.2.0) does not satisfy that requirement.
    - mannikj/laravel-wallet[v6.0.0, ..., v6.2.0] require illuminate/support ^7.0|^8.0 -> found illuminate/support[v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27] but these were not loaded, likely because it conflicts with another require.
    - mannikj/laravel-wallet v7.0.0 requires 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.
    - mannikj/laravel-wallet v9.0.0 requires illuminate/support ^9.0 -> found illuminate/support[v9.0.0, ..., v9.52.16] but these were not loaded, likely because it conflicts with another require.
    - mannikj/laravel-wallet[v10.0.0, ..., v10.1.0] require illuminate/support ^10.0 -> found illuminate/support[v10.0.0, ..., v10.48.3] but these were not loaded, likely because it conflicts with another require.
    - Root composer.json requires mannikj/laravel-wallet * -> satisfiable by mannikj/laravel-wallet[v1.0.0, ..., v1.0.8, 2.0.0, v2.0.1, v2.1.0, v2.1.1, v3.0.0, v4.0.0, v5.0.0, v6.0.0, v6.2.0, v7.0.0, v9.0.0, v10.0.0, v10.1.0].

You can also try re-running composer require with an explicit version constraint, e.g. "composer require mannikj/laravel-wallet:*" to figure out if any version is installable, or "composer require mannikj/laravel-wallet:^2.1" if you know which you need.
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

1 participant