EmmanuelAyTuz / Views-BS4-Livewire-Datatable

Views for the package MedicOneSystems Livewire Datatables with Bootstrap 4 and some languages.
16 stars 9 forks source link

conflict composer require on php 8 #14

Closed masbenx closed 3 years ago

masbenx commented 3 years ago

when I using PHP 8, the livewire datatable composer version is using "dev-master". but your composer require is "0.4.3".

the problem is when installing this package show error :

`Problem 1

MACscr commented 3 years ago

anyone get around this?

EmmanuelAyTuz commented 3 years ago

anyone get around this?

Sorry for the long time without reviewing this issue.

This issue has been fixed, adding "|" in the composer.json with version "dev-master" of "mediconesystems/livewire-datatables" Thank you.

------php info------ PHP 8.0.6 (cli) (built: May 4 2021 23:31:45) ( ZTS Visual C++ 2019 x64 ) Copyright (c) The PHP Group Zend Engine v4.0.6, Copyright (c) Zend Technologies

muhammedshiffin commented 3 years ago

anyone get around this?

Sorry for the long time without reviewing this issue.

This issue has been fixed, adding "|" in the composer.json with version "dev-master" of "mediconesystems/livewire-datatables" Thank you.

------php info------ PHP 8.0.6 (cli) (built: May 4 2021 23:31:45) ( ZTS Visual C++ 2019 x64 ) Copyright (c) The PHP Group Zend Engine v4.0.6, Copyright (c) Zend Technologies

What exactly do we need to do ?

EmmanuelAyTuz commented 3 years ago

anyone get around this?

Sorry for the long time without reviewing this issue. This issue has been fixed, adding "|" in the composer.json with version "dev-master" of "mediconesystems/livewire-datatables" Thank you. ------php info------ PHP 8.0.6 (cli) (built: May 4 2021 23:31:45) ( ZTS Visual C++ 2019 x64 ) Copyright (c) The PHP Group Zend Engine v4.0.6, Copyright (c) Zend Technologies

What exactly do we need to do ?

The up actions only is the description

Just use composer require emmanuel/livewire-datatable-bs4

And publish the files php artisan vendor:publish --tag="livewire-datatable-bs4"

Do you have other problems? I would like to know

muhammedshiffin commented 3 years ago

anyone get around this?

Sorry for the long time without reviewing this issue. This issue has been fixed, adding "|" in the composer.json with version "dev-master" of "mediconesystems/livewire-datatables" Thank you. ------php info------ PHP 8.0.6 (cli) (built: May 4 2021 23:31:45) ( ZTS Visual C++ 2019 x64 ) Copyright (c) The PHP Group Zend Engine v4.0.6, Copyright (c) Zend Technologies

What exactly do we need to do ?

The up actions only is the description

Just use composer require emmanuel/livewire-datatable-bs4

And publish the files php artisan vendor:publish --tag="livewire-datatable-bs4"

Do you have other problems? I would like to know

I mean, am facing the same issue while installing it via composer

Problem 1

This is with version 0.5.4 of livewire-datatables

EmmanuelAyTuz commented 3 years ago

0.5.4

Thanks for you report, I'll add the version 0.5.4 in the composer.json, check please ...

muhammedshiffin commented 3 years ago

0.5.4

Thanks for you report, I'll add the version 0.5.4 in the composer.json, check please ...

Sure, I will check once you update it. Thanks Mate..!