- Issue created by @Vivek Panicker
- 🇺🇦Ukraine pavlo09 Deliatyn
Compatibility Fix for Drupal 11
Problem/Motivation:
The `ai_social_posts` module was only compatible with Drupal 10 (`^10.0`). Attempting to install it on a Drupal 11+ project led to dependency resolution errors due to the strict `core_version_requirement`.🔧 What was changed:
Updated `core_version_requirement` in `ai_social_posts.info.yml`.Steps to verify:
1. Run `composer require drupal/ai_social_posts` on a Drupal 11 environment.
2. The module installs successfully with no core version constraint errors.📎 Patch attached: `3517110-Pavlo-fix.patch`