Problem/Motivation

I found fakeobjects module is not supported on 1.x vesion & anchor_link:2.7 is dependent on fakeobjects:1.x

Proposed resolution

Update fakeobjects version to 2.x

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

_renify_ created an issue. See original summary.

_renify_’s picture

minnur’s picture

Can this be added to the next release of the 2.x version ?

scampbell1’s picture

I tried adding the patch to my composer.json file but when I go to update fakeobjects using composer, I get the following error:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires drupal/anchor_link ^2.7 -> satisfiable by drupal/anchor_link[2.7.0].
    - drupal/anchor_link 2.7.0 requires drupal/fakeobjects ~1.0 -> found drupal/fakeobjects[1.0.0, 1.1.0, 1.2.0, 1.3.0] but it conflicts with your root composer.json require (^2.0).

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

Any idea what I am doing wrong?

_renify_’s picture

I downgrade it to 1.x and so far it updates fakeobjects module to latest version

daniel korte’s picture

Status: Active » Reviewed & tested by the community

Patch/merge looks good

rajab natshah’s picture

Status: Reviewed & tested by the community » Closed (outdated)