- Published on
Composer Error: PHP requirement incompatible with your PHP Version
Add --ignore-platform-reqs
flag to composer require command to get around this.
composer require drupal/date_recur:^2.0 --ignore-platform-reqs
Add --ignore-platform-reqs
flag to composer require command to get around this.
composer require drupal/date_recur:^2.0 --ignore-platform-reqs