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

Command icon 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

mortona2k created an issue. See original summary.

mortona2k’s picture

It 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.

mortona2k’s picture

Issue summary: View changes
Status: Active » Needs review
baikho’s picture

Version: 3.0.x-dev » 3.1.x-dev

  • baikho committed d6d44d1b on 3.1.x authored by mortona2k
    fix: #3529201 Support Devel Generate >5.1
    
    By: mortona2k
    By: baikho
    
baikho’s picture

Status: Needs review » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

  • baikho committed d6d44d1b on 3.x authored by mortona2k
    fix: #3529201 Support Devel Generate >5.1
    
    By: mortona2k
    By: baikho
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.