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

Issue #3277445: Support Drupal 10 and update all use of deprecations in the...

Issue #3277445: Support Drupal 10 and update all use of deprecations in the CKEditor Anchor Link module
parent 27d8b47b
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ name: 'CKEditor Anchor Link' ...@@ -2,7 +2,7 @@ name: 'CKEditor Anchor Link'
type: module type: module
description: 'This plugin module adds the better link dialog and anchor related features to CKEditor in Drupal 9' description: 'This plugin module adds the better link dialog and anchor related features to CKEditor in Drupal 9'
package: CKEditor package: CKEditor
core_version_requirement: ^8 || ^9 core_version_requirement: ^9 || ^10
dependencies: dependencies:
- drupal:ckeditor - drupal:ckeditor
- drupal:editor - drupal:editor
......
...@@ -23,8 +23,8 @@ ...@@ -23,8 +23,8 @@
} }
}, },
"require": { "require": {
"drupal/core": "*", "drupal/core": "^9 || ^10",
"drupal/fakeobjects": "^1.0" "drupal/fakeobjects": "~1.0"
}, },
"extra": { "extra": {
"branch-alias": { "branch-alias": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment