This document is no longer updated.
To update the version of Drupal being used on your site independent of YMCA Website Services see
Updating Drupal Core via Composer. Be aware that openy/composer.json
may set
Drupal core version constraints.
February 2021 release tagged Drupal core both 9.0.x and 9.1.x as allowed to be used.
Composer by default is installing the latest stable version, so a command
composer create-project YCloudYUSA/yusaopeny-project:dev-9.2.x-development OPENY --no-interaction
will install YMCA Website Services on latest 9.1.x Drupal core.
If there is a need to stay on Drupal 9.0.x stable core please use
composer create-project YCloudYUSA/yusaopeny-project:dev-9.2.x-development OPENY --no-interaction
cd OPENY
composer require drupal/core:~9.0.7
where 9.0.7 - is a needed version for your YMCA Website Services instance
For modules see Composer-version-constraints-for-Open-Y