- Issue created by @asila96
This module is compatible with ^10.2 || ^11 drupal version
I am using drupal version 10.1.8 and install this module without getting any error after changing info file of this module version
9||^10.2 || ^11.I am on Drupal 9.5.11, nginx/1.27.1, and using PHP 7.4.33
I believe the error might have been triggered by the PHP version. It didn't like the extra comma at the end of the construct parameters list.
- πΊπΈUnited States paulmckibben Atlanta, GA
Unfortunately, version 2.1.x of Colorbox does not support Drupal 9 or PHP 7. The info.yml file reflects Drupal core compatibility (Drupal 10 does not suppport PHP 7 either), but the composer.json file still needs to be updated.
- Merge request !49Edit composer.json to remove Drupal 9 compatibility β (Merged) created by paulmckibben
- πΊπΈUnited States paulmckibben Atlanta, GA
The composer.json file has been updated to reflect that only Drupal 10 and 11 are supported. By virtue of the minimum PHP requirements for Drupal 10, the minimum PHP version is 8.1.