gourmet / faker

CakePHP 3 plugin to support Faker's data generation/seeding in fixtures, migrations, etc.
MIT License
18 stars 3 forks source link

'composer require' not pulling through Faker 1.5 #4

Open vaughany opened 8 years ago

vaughany commented 8 years ago

As is the way with these things, over the course of writing this issue, I figured out the problem...

When I composer required gourmet/faker, it pulled in the most recent 1.x version which uses fzaninotto/faker 1.4. I had to change to dev-master to get fzaninotto/faker 1.5, which fixed my issue. Could you possibly create a new 1.x.x release so that the 1.5 version of Faker come through by default?

Cheers all.

josegonzalez commented 8 years ago

:+1: :)

mcvermeulen commented 6 years ago

Please create a new release so we won't have to use the master branch.