- Issue created by @SirClickALot
- 🇮🇳India mdsohaib4242
You can confirm that if you are using a development version by running this command
composer show drupal/recommended-project
If you see dev-main, it confirms that you are using a development version.
To switch to a stable release, run:
composer require drupal/recommended-project:^10.1 --no-update composer update
Then you need to update your composer.json to allow a broader range for chi-teck/drupal-code-generator:
composer require chi-teck/drupal-code-generator:^3.5 || ^4.0 --no-update
Then update Drush to the latest stable version:
composer require drush/drush:^12 --no-update
- 🇬🇧United Kingdom SirClickALot Somerset
Hi @mdsohaib4242,
Thank you very much for the response.
All sorted now I think after following tour guidance.
Automatically closed - issue fixed for 2 weeks with no activity.