You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this package when testing my blog written i Laravel, thanks for providing it!
Now that fzaninotto/faker is deprecated, most people, including the Laravel community, is moving over to fakerphp/faker that is actively maintained.
Currently, if you depend on this package you can't update your other dependencies that have already switched to fakerphp/faker, as they are marked as conflicting in composer.json. Basically, there's currently no way to upgrade an app from Laravel 7 to 8 and keep this package as a dependency :(
I'm using this package when testing my blog written i Laravel, thanks for providing it!
Now that
fzaninotto/faker
is deprecated, most people, including the Laravel community, is moving over tofakerphp/faker
that is actively maintained.Currently, if you depend on this package you can't update your other dependencies that have already switched to
fakerphp/faker
, as they are marked as conflicting incomposer.json
. Basically, there's currently no way to upgrade an app from Laravel 7 to 8 and keep this package as a dependency :(Here's an earlier attempt started by @muhghazaliakbar muhghazaliakbar@6cdbd08 but it seems to never have been made into a PR.
Is there anything holding this package back from releasing a new version that depends on
fakerphp/faker
instead? If not I can prepare a PR!The text was updated successfully, but these errors were encountered: