In a Drupal CI/CD pipeline, what is the primary purpose of running `composer validate`?
-
A
Verifying that composer.json and composer.lock are consistent and well-formed
-
B
Checking that all Composer packages pass security audits
-
C
Ensuring all required Drupal modules are installed
-
D
Validating that PHP version constraints are met