arm092 / livewire-datatables

Advanced datatables using Laravel, Livewire, Tailwind CSS and Alpine JS (Fork of MedicOneSystems/livewire-datatables but with updating dependencies and support new Laravel versions in time)
https://livewire-datatables.com/
MIT License
26 stars 11 forks source link

Problem to install on Laravel 11 #17

Closed limatheus closed 6 months ago

limatheus commented 6 months ago

Hi @arm092!

I'm facing a issue when try to install this package on Laravel 11, can you help me?

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

  Problem 1
    - arm092/livewire-datatables 2.1.0 requires reedware/laravel-relation-joins ^4.0.1 -> satisfiable by reedware/laravel-relation-joins[v4.0.1, v4.0.2].
    - arm092/livewire-datatables[1.0.0, ..., 1.0.7] require illuminate/support ^7.0|^8.0|^9.0|^10.0 -> found illuminate/support[v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.8] but these were not loaded, likely because it conflicts with another require.
    - arm092/livewire-datatables[2.0.0, ..., 2.0.6] require illuminate/support ^9.0|^10.0 -> found illuminate/support[v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.8] but these were not loaded, likely because it conflicts with another require.
    - reedware/laravel-relation-joins[v4.0.0, ..., v4.0.2] require illuminate/contracts ^8.83|^9.52|^10.0 -> found illuminate/contracts[v8.83.0, ..., v8.83.27, v9.52.0, ..., v9.52.16, v10.0.0, ..., v10.48.8] but these were not loaded, likely because it conflicts with another require.
    - Root composer.json requires arm092/livewire-datatables * -> satisfiable by arm092/livewire-datatables[1.0.0, ..., 1.0.7, 2.0.0, ..., 2.1.0].

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

Installation failed, reverting ./composer.json and ./composer.lock to their original content.
limatheus commented 6 months ago

I open a pull request at #18

arm092 commented 6 months ago

hello, thanks.... merged