MedicOneSystems / MedicOneSystems/livewire-datatables

Compatibility Laravel 9

Open
#541 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
PHP
Stars
1.2k
Forks
257
PR merge metrics
No merged PRs in 30d

Description

Info from https://repo.packagist.org: #StandWithUkraine
./composer.json has been updated
Running composer update mediconesystems/livewire-datatables --with-all-dependencies
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

Problem 1
- mediconesystems/livewire-datatables[v0.0.1, ..., v0.4.3] require php ^7.2.5 -> your php version (8.1.10) does not satisfy that requirement.
- mediconesystems/livewire-datatables[v0.5.0, ..., v0.6.8] 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.
- mediconesystems/livewire-datatables[v0.7.0, ..., v0.10.0] require maatwebsite/excel ^3.1 -> found maatwebsite/excel[3.1.0, ..., 3.1.46] but it conflicts with your root composer.json require (^1.1).
- Root composer.json requires mediconesystems/livewire-datatables * -> satisfiable by mediconesystems/livewire-datatables[v0.0.1, ..., v0.10.0].

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

Any solution ?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with composer.json and reproduce the reported dependency resolution failure using PHP 8.1.10 and Laravel 9. Review the package constraints for PHP, illuminate/support, and maatwebsite/excel; done means a documented dependency set installs successfully with Laravel 9 and the existing Excel requirement, with compatibility tests passing if available.

Written by the indexing model from the issue text.

Assessment

Tech stack
laravel, php
Domain
backend
Issue type
Bug
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.