Brain-WP / BrainFaker

Uses Faker and Brain Monkey to provide easy generation of fake WordPress objects and related functions
33 stars 9 forks source link

Switching the faker lib? #4

Open dingo-d opened 3 years ago

dingo-d commented 3 years ago

The fzaninotto/faker lib has been sunset, meaning no new features will be added to it (https://marmelab.com/blog/2020/10/21/sunsetting-faker.html).

I'm wondering if you've considered using https://github.com/FakerPHP/Faker instead? It's a fork that should be compatible with PHP8, and I don't think replacing it should cause breakage to this lib.

gmazzap commented 3 years ago

Thanks. I'll test if the there are any breakage.