Versions 1.0.0 and 1.0.1 for Flarum stable
I have pushed two new versions of Fake Data which will only work on the upcoming Flarum stable release.
If you are running a dev-master
copy of Flarum, you can run the following command to install Fake Data:
composer require migratetoflarum/fake-data:*
If you haven't already updated your extension requirements to use *
, you can also run the command above in preparation for the future update. This won't update Fake Data yet, but it will update your composer.json
file so that it won't block the update once Flarum 1.0 is released.
Version 1.0.0 updates the requirements for Flarum 1.0 while 1.0.1 switches to a fork of the Faker library that is compatible with PHP 8.