Problem/Motivation
Support only for the upgrade process.
In case of old projects, which they want to keep using the Vartheme Admin theme not the new Vartheme Claro admin theme
Your requirements could not be resolved to an installable set of packages.
Proposed resolution
The drupal/core:~9.0 is working in many projects at this time with core_version_requirement: ^8 || ^9
Have you had a look at Composer Versions and constraints
Note: The ~ operator has an exception on its behavior for the major release number. This means for example that ~1 is the same as ~1.0 as it will not allow the major number to increase trying to keep backwards compatibility.
Hopping that all have a smooth upgrade from Drupal 8 to Drupal 9 as
Drupal 8 end-of-life on November 2, 2021 - PSA-2021-2021-06-29
Updating from Varbase 8.x to 9.x
Check out Varbase documentation for more details on Update Guides.
Quick fix with
"drupal/core": "~8.0 || ~9.0",to ease work on old themes or sub-themes.
Remaining tasks
- ✅ File an issue about this project
- ✅ Fix with
"drupal/core": "~8.0 || ~9.0", - ✅ Testing to ensure no regression
- ❌ Automated unit/functional testing coverage
- ❌ Developer Documentation support on feature change/addition
- ❌ User Guide Documentation support on feature change/addition
- ✅ Code review from 1 Varbase core team member
- ✅ Full testing and approval
- ✅ Credit contributors
- ✅ Review with the product owner
- ✅ Release vartheme_admin-8.x-6.12
User interface changes
- N/A
API changes
- N/A
Data model changes
- N/A
Comments
Comment #2
rajab natshahComment #4
rajab natshahComment #5
rajab natshahSupport only for the upgrade process.
In case of old projects, which they want to keep using the Vartheme Admin theme not the new Vartheme Claro admin theme
Comment #6
rajab natshahComment #7
rajab natshahComment #8
rajab natshah