PS C:\xampp\htdocs\site-testing\test-datatable> composer install
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. It is recommended that
you run composer update or composer update <package name>.
Your lock file does not contain a compatible set of packages. Please run composer update.
Problem 1
asantibanez/livewire-select is locked to version v2.0.0 and an update of this package was not requested.
asantibanez/livewire-select v2.0.0 requires php ^7.2 -> your php version (8.1.1) does not satisfy that requirement.
Problem 2
hz-hbo-ict/laravel-core-ui is locked to version v4.0.0 and an update of this package was not requested.
hz-hbo-ict/laravel-core-ui v4.0.0 requires php ^7.3 -> your php version (8.1.1) does not satisfy that requirement.
Problem 3
mediconesystems/livewire-datatables is locked to version v0.4.3 and an update of this package was not requested.
mediconesystems/livewire-datatables v0.4.3 requires php ^7.2.5 -> your php version (8.1.1) does not satisfy that requirement.
Problem 4
phpoffice/phpspreadsheet is locked to version 1.18.0 and an update of this package was not requested.
phpoffice/phpspreadsheet 1.18.0 requires ext-gd * -> it is missing from your system. Install or enable PHP's gd extension.
Problem 5
phpspec/prophecy is locked to version 1.13.0 and an update of this package was not requested.
phpspec/prophecy 1.13.0 requires php ^7.2 || ~8.0, <8.1 -> your php version (8.1.1) does not satisfy that requirement.
Problem 6
phpoffice/phpspreadsheet 1.18.0 requires ext-gd * -> it is missing from your system. Install or enable PHP's gd extension.
maatwebsite/excel 3.1.31 requires phpoffice/phpspreadsheet ^1.18 -> satisfiable by phpoffice/phpspreadsheet[1.18.0].
maatwebsite/excel is locked to version 3.1.31 and an update of this package was not requested.
To enable extensions, verify that they are enabled in your .ini files:
C:\xampp\php\php.ini
You can also run php --ini inside terminal to see which files are used by PHP in CLI mode.
PS C:\xampp\htdocs\site-testing\test-datatable>
xampp Control Panel v3.3.0 with PHP v8.1.1 Your Repository pulled down and installed on my system.
pulled your repository and installed it.
PS C:\xampp\htdocs\site-testing\test-datatable> composer install Installing dependencies from lock file (including require-dev) Verifying lock file contents can be installed on current platform. Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. It is recommended that you run
composer update
orcomposer update <package name>
. Your lock file does not contain a compatible set of packages. Please run composer update.Problem 1
To enable extensions, verify that they are enabled in your .ini files:
php --ini
inside terminal to see which files are used by PHP in CLI mode. PS C:\xampp\htdocs\site-testing\test-datatable>xampp Control Panel v3.3.0 with PHP v8.1.1 Your Repository pulled down and installed on my system.