The module's composer.json has a conflict on devel_generate >5.1, preventing upgrading to the current version (5.3).
To test this, configure your project's root composer to declare that it replaces the installed version of devel_generate with 5.1. This will allow composer to download the module, despite the conflict on >5.1.
"replace": {
"drupal/devel_generate": "5.1"
},
Issue fork faker-3529201
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
mortona2k commentedIt looks like the change was made in https://www.drupal.org/project/faker/issues/3503237
I think Devel Generate code was modified after 5.1, and the linked issue patched faker for compatibility with the previous version.
We should create a 3.1.x branch for compatibility with >=5.1.
Comment #4
mortona2k commentedComment #5
baikho commentedComment #7
baikho commented