-
Notifications
You must be signed in to change notification settings - Fork 87
Description
I encountered an error while trying to install the Xendit PHP package. I ran the following command:
composer require xendit/xendit-php --no-cache
However, I received the following error message:
In ZipDownloader.php line 185:
Failed to extract xendit/xendit-php: (1) "C:\Program Files\Git\usr\bin\unzip.EXE" -qq C:\project-path\vendor\composer\tmp-54522d8730ddd61942e3410fba8c803d.zip -d C:\project-path\vendor\composer\66c26f36
replace C:\project-path\vendor\composer\66c26f36/xendit-xendit-php-de6a316/test/Model/EwalletTest.php? [y]es, [n]o, [A]ll, [N]one, [r]ename: NULL
(EOF or read error, treating as "[N]one" ...)
The archive may contain identical file names with different capitalization (which fails on case-insensitive filesystems)
Unzip with unzip command failed, falling back to ZipArchive class
It seems there is an issue with the Xendit PHP package extraction process.
I'm using Windows 10, php 8.2.9 and composer 2.6.5
I need assistance in resolving this issue so that I can successfully install the Xendit PHP package. Thank you!