-
Notifications
You must be signed in to change notification settings - Fork 7
Description
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 :(
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!