Drupal 10 Compatiblity

Created on 21 February 2023, over 1 year ago
Updated 22 February 2023, over 1 year ago

Problem/Motivation

Thank you for the amazing module. Unable to get this module via composer.
Upon trying, getting the below error.
Problem 1
- Root composer.json requires drupal/view_custom_table ^2.0 -> satisfiable by drupal/view_custom_table[2.0.0, ..., 2.0.x-dev].
- drupal/view_custom_table[2.0.0, ..., 2.0.x-dev] require drupal/core ^8 || ^9 -> found drupal/core[8.0.0-beta6, ..., 8.9.x-dev, 9.0.0-alpha1, ..., 9.5.x-dev] but it conflicts with your root composer.json require (^10.0).

Steps to reproduce

Have a running drupal 10 instance ready.
Run composer require 'drupal/view_custom_table:^2.0'

Proposed resolution

Dependency should accept Drupal 10 in composer.json
"require": {
"drupal/core": "^8 || ^9 || ^10"
}

Thanks in advance for your support

💬 Support request
Status

Fixed

Version

2.0

Component

Code

Created by

🇮🇳India codersrini Chennai

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024