Skip to content
Snippets Groups Projects
Commit b074e45a authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3404823: Change drupal/core to ~10 in the .info.yml and composer.json...

Issue #3404823: Change drupal/core to ~10 in the .info.yml and composer.json files on the 9.1.x branch to allow for a smooth update to latest stable Drupal 10 versions
parent a0192d07
Branches
Tags 9.1.4
1 merge request!7Issue #3414834: Switch default config for Rich editor and Simple editor from CKEditor 4 to CKEditor 5
### Problem/Motivation
#### Steps to reproduce
```
Given
When
Then
```
### Proposed resolution
......@@ -17,6 +13,7 @@
- [ ] Automated unit/functional testing coverage
- [ ] Developer Documentation support on feature change/addition
- [ ] User Guide Documentation support on feature change/addition
- [ ] UX/UI designer responsibilities
- [ ] Accessibility and Readability
- [ ] Code review from 1 Varbase core team member
- [ ] Full testing and approval
......
......@@ -5,6 +5,7 @@
- [ ] Automated unit/functional testing coverage
- [ ] Developer Documentation support on feature change/addition
- [ ] User Guide Documentation support on feature change/addition
- [ ] UX/UI designer responsibilities
- [ ] Accessibility and Readability
- [ ] Code review from 1 Varbase core team member
- [ ] Full testing and approval
......
......@@ -27,10 +27,10 @@
}
},
"require": {
"composer/installers": "~2.0",
"oomphinc/composer-installers-extender": "~2.0",
"cweagans/composer-patches": "~1.0",
"drupal/core": "~10.1.0",
"composer/installers": "~2",
"oomphinc/composer-installers-extender": "~2",
"cweagans/composer-patches": "~1",
"drupal/core": "~10",
"drupal/ckeditor": "1.0.2",
"vardot/module-installer-factory": "~1.0",
"drupal/pathologic": "~1.0 || ~2.0",
......@@ -64,7 +64,7 @@
},
"drupal-libraries": {
"libraries": [
{"name": "ace", "package": "npm-asset/ace-builds"}
{"name": "ace", "package": "npm-asset/ace-builds"}
]
},
"enable-patching": true,
......
......@@ -2,7 +2,7 @@ name: "Varbase Editor"
description: "Editor profile and settings to be used in most websites."
type: module
package: Varbase
core_version_requirement: ~10.1.0
core_version_requirement: ~10
dependencies:
- drupal:node
- drupal:editor
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment