localgovdrupal / localgov_elections

This module provides submodules, content types, views and configuration that allow the reporting of election results for the LocalGov Drupal distribution.
GNU General Public License v2.0
1 stars 1 forks source link

composer.json restrictions prevents updating drupal/paragraphs_table #134

Closed nccchris closed 1 month ago

nccchris commented 1 month ago

/admin/reports/updates/update shows a security update is available for paragraphs_table

Attempting a manual update "composer require 'drupal/paragraphs_table:^2.0' --dry-run" gives the message :

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

Problem 1
    - Root composer.json requires drupal/paragraphs_table ^2.0, found drupal/paragraphs_table[dev-2.x, 2.0.0, ..., 2.x-dev] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - localgovdrupal/localgov_elections is locked to version 1.0.1 and an update of this package was not requested.
    - localgovdrupal/localgov_elections 1.0.1 requires drupal/paragraphs_table ^1.6 -> found drupal/paragraphs_table[dev-1.x, 1.6.0, ..., 1.x-dev (alias of dev-1.x)] but it conflicts with your root composer.json require (^2.0).

I'm attempting to use the 2.0 branch as I'm using Drupal core 10.3.x