Skip to content

dxp/issues#1756 Make XI AI Helper compatible with Drupal 10

This module was originally compatible only with Drupal 11.1 or higher. However, I have updated it to also support Drupal 10.4 or higher, making it accessible to a broader range of projects.

About the change on the composer.json file:

Previous requirement:

"drupal/core": "^11.1"

This restricted the module to only work with Drupal 11.1 and later.

Updated requirement:

"drupal/core": ">=10.4"

Now, the module is compatible with Drupal 10.4 and later versions, including Drupal 11.1+.

Edited by Borja Vicente

Merge request reports

Loading