Closed KiaBoluki closed 1 year ago
These are not errors with the package, they are dependency conflicts with other packages in your application. For example, it looks like akaunting/laravel-money
is installed with a different version. Feel free to PR if you need a dependency bump anywhere.
@danharrin I think we need to bump to akaunting/laravel-money 5.x as the package is currently tied to 2.1 which is out of date already.
Go for it
Okay
@danharrin Can we drop Laravel 8.0 support too?
Lets keep support for old versions of all packages as long as it does not hinder the code quality of the package to implement workarounds
Aright, I have submitted a PR for akaunting/laravel-money
5.x support #72
Describe the bug I got this error on installing the
squirephp/currencies-en
package :Context
Additional details I also tried the recommended commands by composer :
composer require squirephp/currencies-en -W
composer require squirephp/currencies-en:*
composer require squirephp/currencies-en:* -W
Same result.