When I tried to run this package: composer require leantony/laravel-grid
I encounter the following errors, it may due to incompatibility with the latest version of laravel and php:
User@DESKTOP-QG2IREP MINGW64 /d/xampp-7.4.6/htdocs/laravel6/testproject (master)
$ composer require leantony/laravel-grid
Xdebug could not open the remote debug file 'c:\xampp\tmp\xdebug.txt'.
Using version ^2.0 for leantony/laravel-grid
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
When I tried to run this package: composer require leantony/laravel-grid I encounter the following errors, it may due to incompatibility with the latest version of laravel and php:
User@DESKTOP-QG2IREP MINGW64 /d/xampp-7.4.6/htdocs/laravel6/testproject (master) $ composer require leantony/laravel-grid Xdebug could not open the remote debug file 'c:\xampp\tmp\xdebug.txt'. Using version ^2.0 for leantony/laravel-grid ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.
Problem 1
Installation failed, reverting ./composer.json to its original content.
Can you kindly help on this issue? Thanks.