MacFJA / BookRetriever

Library to retrieve data about books
MIT License
2 stars 1 forks source link

Failed to install #7

Open angelxmoreno opened 1 week ago

angelxmoreno commented 1 week ago

I am getting this error from composer upon doing composer require macfja/book-retriever

Installing dependencies from lock file (including require-dev)
Package operations: 13 installs, 0 updates, 3 removals
  - Downloading cedcommerce/ebay-sdk-php (18.0.1)
 0/1 [>---------------------------]   0%    Failed to download cedcommerce/ebay-sdk-php from dist: The "https://api.github.com/repos/cedcommerce/ebay-sdk-php/zipball/8ac4131191b11ce45ecb2b995786e4d4c502a9d0" file could not be downloaded (HTTP/2 404 ):
{"message":"Not Found","documentation_url":"https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip","status":"404"}
    Now trying to download from source
  - Syncing cedcommerce/ebay-sdk-php (18.0.1) into cache
 1/1 [============================] 100%
In Git.php line 472:

  Failed to execute git clone --mirror -- 'https://ghp...ryW:x-oauth-basic@github.com/cedcommerce/ebay-sdk-php.git' '/Users/amoreno/Library/Caches/composer/vcs/https---github.com-cedcommerce-ebay-sdk-php.git/'  

  Cloning into bare repository '/Users/amoreno/Library/Caches/composer/vcs/https---github.com-cedcommerce-ebay-sdk-php.git'...                                                                                     
  remote: Repository not found.                                                                                                                                                                                    
  fatal: repository 'https://github.com/cedcommerce/ebay-sdk-php.git/' not found                                                                                                                                   

when I go to packagist to look for cedcommerce/ebay-sdk-php it says This package's canonical repository appears to be gone and the package has been frozen as a result.

MacFJA commented 1 week ago

Indeed, the Github repository have been removed.

There are other forks that should be able to replace it:

I will need to check how they diverge from cedcommerce/ebay-sdk-php (which was a fork to begin with)