bordoni / fakerpress

A WordPress plugin that implements an easy way to create fake data inside WordPress.
http://fakerpress.com
Other
338 stars 54 forks source link

Update dependencies #145

Closed pattisahusiwa closed 3 years ago

pattisahusiwa commented 3 years ago

There are several bugs that I will try to fix. However, kylekatarnls/update-helper prevent me to run composer install on my computer because of the package is not compatible with composer v2. So, I create this PR to update the dependencies.

Since there are no unit tests in this project, I can only test the change by running the plugin on my local WP site.

bordoni commented 3 years ago

Thanks so much for the contribution @pattisahusiwa!

pattisahusiwa commented 3 years ago

I don't know why but the period in this line will raise an error. Replace it with comma fix the issue.

https://github.com/bordoni/fakerpress/blob/c1cd06410289daf8cfbdbc8439e905416d607a80/src/FakerPress/Module/Post.php#L180