anandsiddharth / laravel-paytm-wallet

Integrate paytm wallet in your laravel application easily with this package. This package uses official Paytm PHP SDK's.
MIT License
92 stars 40 forks source link

composer install 404 issue #56

Closed devmigi closed 3 years ago

devmigi commented 3 years ago

Getting this issue while running composer command: composer require anandsiddharth/laravel-paytm-wallet

Error [Composer\Downloader\TransportException] The "https://packagist.org/p/anandsiddharth/laravel-paytm-wallet%24dd70fdd0534421543ecb322edded80c19d0c24275a2b83ebaa4d5c339807a463.json" file could not be downloaded (HTTP/1.1 404 Not Found)

anandsiddharth commented 3 years ago

This issue is not specific to this package. You might have connectivity issue. Try clearing composer cache

composer clearcache and then run composer require anandsiddharth/laravel-paytm-wallet

devmigi commented 3 years ago

Thanks a lot :)