Problem/Motivation
Do you think the module can works with the 2.x Branch of viewsreference ?
Because, for now, it allow juste the version ^1.7...
Steps to reproduce
Install via composer:
composer require 'drupal/zurb_foundation_6_paragraphs:^1.0@beta' -W
./composer.json has been updated
Running composer update drupal/zurb_foundation_6_paragraphs --with-all-dependencies
Gathering patches for root package.
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- drupal/zurb_foundation_6_paragraphs[1.0.0-beta1, ..., 1.0.2-beta1] require drupal/viewsreference ^1.7 -> found drupal/viewsreference[dev-1.x, 1.7.0, 1.x-dev (alias of dev-1.x)] but it conflicts with your root composer.json require (2.x-dev@dev).
- Root composer.json requires drupal/zurb_foundation_6_paragraphs ^1.0@beta -> satisfiable by drupal/zurb_foundation_6_paragraphs[1.0.0-beta1, 1.0.0-beta2, 1.0.1-beta1, 1.0.2-beta1].
[...]
Issue fork zurb_foundation_6_paragraphs-3261741
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
g.rocchini commentedHello, sorry for the delay in replying.
I think you can use this with the version 2.x of viewsreference without any problem.
If you want you can create a patch for using V2.x, but the config file with the interface settings could change too!
Comment #4
d.sibaud commentedhello @steveoriol finally I did merge your patch on the dev branch along with tag 1.0.4-beta1's updated commits,
as soon as I will add the D10 compatibility fixes we'll create a 1.0.5-beta1 tag with your commit inside.
Comment #5
d.sibaud commented