- Issue created by @aaldayel
- ๐ต๐นPortugal rfmarcelino
Hi @aaldayel,
Thank you for your feedback.
Yes, I noticed it a few weeks ago and it's fixed on the dev version:
"drupal/core": ">=9.1"
Thereโs a small syntax error in the composer.json file
, specifically in the required section. The final part of the drupal/core requirement is missing a closing quote and has incorrect syntax.
"drupal/core": "^9 || ^10" || "^11
Should be
"drupal/core": "^9 || ^10 || ^11"
Active
1.0
Code
Hi @aaldayel,
Thank you for your feedback.
Yes, I noticed it a few weeks ago and it's fixed on the dev version:
"drupal/core": ">=9.1"