florianv / laravel-swap

:dollar: Currency exchange rates for Laravel and Lumen
https://florianv.github.io/laravel-swap/
MIT License
327 stars 45 forks source link

Issue with Laravel7 #76

Closed jatinthapar1910 closed 3 years ago

jatinthapar1910 commented 4 years ago

Getting an issue with Laravel7

Http\Discovery\Exception\NotFoundException

No PSR-17 request factory found. Install a package from this list: https://packagist.org/providers/psr/http-factory-implementation

florianv commented 4 years ago

Try running: composer require nyholm/psr7

jatinthapar1910 commented 4 years ago

Same issue.