Drupal 8.5.x has moved to yaml 3.x. aklump/loft_data_grids requires 2.x, thus

composer install drupal/loft_data_grids

fails on Drupal 8.5.x installations;

    - symfony/yaml 2.0.x-dev conflicts with symfony/dependency-injection[v3.2.8].
    - symfony/yaml 2.1.x-dev conflicts with symfony/dependency-injection[v3.2.8].
    - symfony/yaml 2.2.x-dev conflicts with symfony/dependency-injection[v3.2.8].
    - symfony/yaml 2.3.x-dev conflicts with symfony/dependency-injection[v3.2.8].
    - symfony/yaml 2.4.x-dev conflicts with symfony/dependency-injection[v3.2.8].
    - symfony/yaml 2.5.x-dev conflicts with symfony/dependency-injection[v3.2.8].
    - symfony/yaml 2.6.x-dev conflicts with symfony/dependency-injection[v3.2.8].
    - symfony/yaml 2.7.x-dev conflicts with symfony/dependency-injection[v3.2.8].
    - symfony/yaml 2.8.x-dev conflicts with symfony/dependency-injection[v3.2.8].

Do we need to fork aklump/loft_data_grids for Drupal 8.5.x to maintain compatibility with yaml 2.x?

Comments

mumbles created an issue. See original summary.

aklump’s picture

Assigned: Unassigned » aklump
Status: Active » Fixed

Thank you @mumbles, please give loft_data_grids 8.x-1.3 a try and let me know.

Status: Fixed » Closed (fixed)

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