- Issue created by @dan_metille
This patch provides Drupal 11 compatibility for the Schema.org Blueprints Commerce module and all its submodules by updating version requirements in the .info.yml files and composer.json.
Try to install the Schema.org Blueprints Commerce module with Drupal 11
You'll notice the module will report incompatibility with Drupal 11
The attached patch updates:
The main module's composer.json to require drupal/core: ^10.3 || ^11.0
All .info.yml files (main module and submodules) to have core_version_requirement: ^10.3 || ^11.0
Currently, the module reports as incompatible with Drupal 11.
After applying this patch, the module will be recognized as compatible with both Drupal 10.3+ and Drupal 11.
I've tested this patch with Drupal 11.1.8 and found no issues. The module's code already follows best practices (strict typing, proper type hints, etc.) and doesn't use any APIs removed in Drupal 11.
Active
1.0
Code